Open
Conversation
added 30 commits
May 9, 2012 18:08
…f intersection is at an endpoint, though.
…n boolean values. Lots of assumptions, e.g. at most one intersection point. Known bug: problem if arc intersects segment at arc endpoint. Why is u=nan?
…ontours are drawn. Need to fix subsequent contours though.
…tour intersection now checks roughly before doing too many calculations.
…still visible, and coinciding contours seems to fail.
… with cedilla case.
…ture, made a vertex for each contour.
…n be used to add dotted edges soon.
…e contour relationship graph.
…t contains other contours passing through it.
…ter merge, though. Requires bipartite graphs.
…ral code cleanup.
… not correct for line segments, and does not use this stored value.
…phy_sdf, but still not perfect at corners.
… compartmentalized in glyphy_sdf somewhat, but a seaming bug is back, and vector sometimes points backwards.
…-sdf. Still have seams. :-(
added 5 commits
June 28, 2012 17:46
Collaborator
|
This is how you can compile this on a Windows machine: https://github.com/behdad/glyphy/blob/master/appveyor.yml simply, installing vcpkg and glew, freetype and freeglut upon it. Also this is where glsl to header file conversion is happening: https://github.com/behdad/glyphy/blob/master/win32/glyphy.vcxproj#L86 , before builds. |
Collaborator
|
BTW, thanks for the contribution, perhaps Behdad will look into this and merge it later but I like to suggest doing squash for this to make it more clear and readable. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
Here's my pull request :) See https://www.sendspace.com/file/9zzaac for my take on glyphy-anisotropic.
I couldn't figure out how auto-generation of shader header files was done, so I hard copied those. I also created a little CMakeList.txt.
Build instructions for Visual Studio (I used 2015 Community):
Regards,
Izmael